Release 10.1A: OpenEdge Development:
Progress Dynamics Managers API Reference
getLanguageText
This procedure retrieves the language text in the specified language. If a specific text TLA is not specified, then all values for the specified language are returned as a pipe ( | )-delimited list. If the language is not specified, then the current login language is used.
Location: af\app\afgenmngrp.i Parameters:INPUT pcCategoryType AS CHARACTERINPUT pcCategoryGroup AS CHARACTERINPUT pcSubGroup AS CHARACTERINPUT pcTextTla AS CHARACTERIf no value is passed in for this optional parameter, all are used.
INPUT pdLanguageObj AS DECIMALIf no value is passed in for this optional parameter, defaults to login language.
INPUT pdOwningObj AS DECIMALAn optional parameter, might not be applicable.
INPUT pcSubstitute AS CHARACTERAn optional parameter, a pipe ( | )-delimited list when used.
OUTPUT pcLanguageText AS CHARACTERIf multiple values, list is pipe ( | ) delimited.
OUTPUT pcFileName AS CHARACTERIf multiple values, list is pipe ( | ) delimited.
Notes:
- If substitutions are passed in, the substitutions are made everywhere a placeholder is found in the text, for example, {1}. They should be passed in as pipe ( | )-delimited lists.
- If the contents are empty, then the Unknown value(?) is returned.
Examples: See the main block in- If the filename is empty, then the Unknown value(?) is returned.
af\app\afgengtlngtxtp.p.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |